home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / note_tip / ide_txt / ide.txt
Text File  |  1990-07-15  |  3KB  |  53 lines

  1.             The Honest Truth About IDE Hard Disk Drives
  2.  
  3. Ok, here's the lowdown on IDE drives - they're kind of like SCSI in the
  4. logical layout of the disk and it parameters, so they can mimic the
  5. storage of any drive type that isn't above the number of physical
  6. formatted bytes on the drive.  Be sure to not go above the number of
  7. bytes or horrible things can happen.  So simply select a drive type
  8. that is equal to or less than the number of available formatted bytes
  9. on the drive.  Don't worry about MFM or RLL, since the drive only cares 
  10. about total storage available.  Just be sure to not go one byte over.  
  11. Remeber what happened in "Gremlins?" -- just don't do it!  Also, don't
  12. install the drive as type 1 and expect it to be anything other than a
  13. 10Mb drive.  It's not smart (or stupid as it were) to go out and hack
  14. the host's CMOS and BIOS unit locations.  And Les is right about them
  15. being RLL, but since they translate internally and are controllers unto
  16. themselves, it's kindofa moot point.
  17.  
  18. Another issue is formatting.  Do not format the drive with anything
  19. that will do a low-level format.  On most IDEs the LLformat is
  20. sacrosanct, and nothing'll touch it, but some are less observant than
  21. others.  You can really screw them up by formatting them.  Just do a
  22. high level or a little 'surfing (but no low level) if it'll make you
  23. feel better.
  24.  
  25. The drive is also strange in that the IDE can be either a master or a
  26. slave drive.  The master designation is for either the only drive, or
  27. the first of two IDE drives.  The slave designation is only for the
  28. second of two drives.  Now the master is the brains of the bunch, and
  29. will actually pass commands onto the slave for its operation.  The
  30. master also performs diagnostics for both drives in the pair.  For
  31. those of you that like mirroring under SFT, you might be seeing a
  32. little problem here.  For if a mirrored pair crashes, the first thing
  33. the OS does (after retrying) is to reset the controller.  This
  34. initiates diags IF THE MASTER IS STILL ALIVE (if not the OS'll timeout
  35. and crash, since the slave can't do anythign without the master) or if
  36. the master is ok, the master will timeout looking for the slave and the
  37. OS'll crash.  Bummer.
  38.  
  39. Also, there's a lot of differences between the drive vendors.  The best
  40. drives I've seen have been the Maxtor, Imprimis, and Conner.  The
  41. majority of the rest are Trouble (notice the capital "T").  In
  42. addition, many of the drives will need a patched version of ELS-I
  43. NetWare (the WDs especially) which I really don't trust.  My advice is
  44. to stay away from ELS-I and make the jump to ELS-II.  Trust me.  It's
  45. worth it.
  46.  
  47. But for ELS-II and Advanced, they're quite, quick, and of surprisingly
  48. good value.  I've seen some very nice drives in the larger sizes (the
  49. Maxtor LX-200A is just sweet!) and they're great for installations that
  50. won't push the envelope (or their pocketbook).  But remember that they
  51. are quirky (oh, and be sure to know how many ECC bytes your system BIOS
  52. will expect, since these can transfer either four or seven.) and
  53. somewhat different than what you're used to.  Good luck and have fun.